feat(web): catalog artist/brand discovery pages (#886)#914
Merged
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
8 tasks
Contributor
Author
Follow-up: unified search and brand categoriesThis branch now also:
Local verification passed: Note: the local push hook is currently blocked by 32 pre-existing api-server Clippy errors outside this change set. The new commits are local until those are resolved or a hook bypass is explicitly authorized. |
5a58512 to
33103df
Compare
Expose public catalog entity APIs, enrich Explore entity search with profile images and counts, and add /artists/[id] and /brands/[id] detail pages with compact headers and brand descriptions. Co-authored-by: Cursor <[email protected]>
Co-authored-by: Cursor <[email protected]>
Co-authored-by: Cursor <[email protected]>
Co-authored-by: Cursor <[email protected]>
Co-authored-by: Cursor <[email protected]>
Expose the live catalog and look indexes through one Explore result surface, and derive brand product groups from catalog, look, or backfilled metadata categories. Co-authored-by: Cursor <[email protected]>
Keep the unified Explore and typeahead components compliant with the web formatting gate. Co-authored-by: Cursor <[email protected]>
Remove the obsolete entity-tab test and assert the entity metadata required for direct catalog detail navigation. Co-authored-by: Cursor <[email protected]>
Rebase onto dev left list_brand_looks missing the new PostListQuery field, which blocked local API compilation. Co-authored-by: Cursor <[email protected]>
33103df to
c585171
Compare
Brand /solutions delegates to solutions_service for affiliate URL and catalog taxonomy resolution — same cross-pool pattern as domains/solutions. Co-authored-by: Cursor <[email protected]>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
GET /api/v1/artists/{id},GET /api/v1/brands/{id}, brand looks/solutions) and enrich entity search hits with profile images, group names, and counts from Postgres./artists/[id]//brands/[id]detail pages (compact headers, brand description from metadata).Test plan
/ko/artists/{id}loads header + looks grid/ko/brands/{id}loads looks/products tabscargo check -p decoded-apiandbun run vitest run lib/components/search/__tests__/SearchSuggestions.test.tsxCloses #886
Made with Cursor